From: Varun Wadekar Date: Thu, 10 Jan 2019 23:46:34 +0000 (-0800) Subject: lib: aarch64: misc_helpers: include bl_common.h X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=1242b9a9d06d87276a5358cfcc009d4299c9168a;p=project%2Fbcm63xx%2Fatf.git lib: aarch64: misc_helpers: include bl_common.h This patch includes bl_common.h to get access to the linker defined symbols. Change-Id: I9aa4a6e730273d75a53438854f69971e485bc904 Signed-off-by: Varun Wadekar --- diff --git a/lib/aarch64/misc_helpers.S b/lib/aarch64/misc_helpers.S index 65e9b1e2..de115839 100644 --- a/lib/aarch64/misc_helpers.S +++ b/lib/aarch64/misc_helpers.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -7,6 +7,7 @@ #include #include #include +#include #include #if !ERROR_DEPRECATED @@ -24,9 +25,7 @@ .globl disable_mmu_el3 .globl disable_mmu_icache_el1 .globl disable_mmu_icache_el3 - .globl fixup_gdt_reloc - #if SUPPORT_VFP .globl enable_vfp #endif